home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / icu-1.3.1 / icuapps / locexp / tools / testvars.sh < prev   
Linux/UNIX/POSIX Shell Script  |  2000-02-23  |  288b  |  14 lines

  1. #!/bin/sh
  2. #
  3. # Useful for testing locale explorer. 
  4. # Usage:
  5. #  . ./tools/testVars.sh
  6. #  ./locexp                  #(HTML printed to stdout)
  7. #             
  8. #
  9. export QUERY_STRING="_=fr_FR_EURO"
  10. export SCRIPT_NAME=/cgi-bin/locexp
  11. export SERVER_NAME=www.icu-is-cool.com
  12. export PATH_INFO=/
  13.